home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0897.zip / DYN401.ZIP / kernel / jumpto / jumpto.68 next >
Text File  |  1995-08-08  |  284b  |  14 lines

  1. //    Dynace jumpto.s for GNU C compiler (gcc) on 680x0
  2. //    by Mike Powell, Sony Electronics Inc.
  3. //    written to run on NEXT hardware but should be portable
  4.     .file    "jumpto.c"
  5. .text
  6.     .align 1
  7. .globl __jumpToMethod
  8. __jumpToMethod:
  9.     movel sp@(4),d0
  10.     unlk a6
  11.     movel d0,sp@-
  12.     rts
  13.  
  14.